Skip to content

Commit 074ecff

Browse files
feat(aws-android-sdk-connectparticipant): update models to latest (#3182)
Co-authored-by: Tyler Roach <[email protected]>
1 parent 940d5c7 commit 074ecff

File tree

78 files changed

+313
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+313
-86
lines changed

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipant.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -282,7 +282,10 @@ GetAttachmentResult getAttachment(GetAttachmentRequest getAttachmentRequest)
282282
/**
283283
* <p>
284284
* Retrieves a transcript of the session, including details about any
285-
* attachments.
285+
* attachments. For information about accessing past chat contact
286+
* transcripts for a persistent chat, see <a href=
287+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
288+
* >Enable persistent chat</a>.
286289
* </p>
287290
* <note>
288291
* <p>

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsync.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -433,7 +433,10 @@ Future<GetAttachmentResult> getAttachmentAsync(GetAttachmentRequest getAttachmen
433433
/**
434434
* <p>
435435
* Retrieves a transcript of the session, including details about any
436-
* attachments.
436+
* attachments. For information about accessing past chat contact
437+
* transcripts for a persistent chat, see <a href=
438+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
439+
* >Enable persistent chat</a>.
437440
* </p>
438441
* <note>
439442
* <p>
@@ -469,7 +472,10 @@ Future<GetTranscriptResult> getTranscriptAsync(GetTranscriptRequest getTranscrip
469472
/**
470473
* <p>
471474
* Retrieves a transcript of the session, including details about any
472-
* attachments.
475+
* attachments. For information about accessing past chat contact
476+
* transcripts for a persistent chat, see <a href=
477+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
478+
* >Enable persistent chat</a>.
473479
* </p>
474480
* <note>
475481
* <p>

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantAsyncClient.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -603,7 +603,10 @@ public GetAttachmentResult call() throws Exception {
603603
/**
604604
* <p>
605605
* Retrieves a transcript of the session, including details about any
606-
* attachments.
606+
* attachments. For information about accessing past chat contact
607+
* transcripts for a persistent chat, see <a href=
608+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
609+
* >Enable persistent chat</a>.
607610
* </p>
608611
* <note>
609612
* <p>
@@ -646,7 +649,10 @@ public GetTranscriptResult call() throws Exception {
646649
/**
647650
* <p>
648651
* Retrieves a transcript of the session, including details about any
649-
* attachments.
652+
* attachments. For information about accessing past chat contact
653+
* transcripts for a persistent chat, see <a href=
654+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
655+
* >Enable persistent chat</a>.
650656
* </p>
651657
* <note>
652658
* <p>

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/AmazonConnectParticipantClient.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -441,7 +441,10 @@ public GetAttachmentResult getAttachment(GetAttachmentRequest getAttachmentReque
441441
/**
442442
* <p>
443443
* Retrieves a transcript of the session, including details about any
444-
* attachments.
444+
* attachments. For information about accessing past chat contact
445+
* transcripts for a persistent chat, see <a href=
446+
* "https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html"
447+
* >Enable persistent chat</a>.
445448
* </p>
446449
* <note>
447450
* <p>

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/AccessDeniedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/ArtifactStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/AttachmentItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/ChatItemType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/CompleteAttachmentUploadRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

aws-android-sdk-connectparticipant/src/main/java/com/amazonaws/services/connectparticipant/model/CompleteAttachmentUploadResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)