amazon-chime-sdk-js
                                
                                 amazon-chime-sdk-js copied to clipboard
                                
                                    amazon-chime-sdk-js copied to clipboard
                            
                            
                            
                        Latest Chime SDK(Messaging) is not compatible with old app instance arns
What happened and what did you expect to happen?
After migrating from "aws-sdk": "^2.1377.0" to "@aws-sdk/client-chime": "^3.503.1", I've encountered an issue regarding the listing of old appInstanceArns when using the ListAppInstances API. It appears that the previously created appInstanceArns are not being displayed, unlike the ones generated with "@aws-sdk/client-chime": "^3.503.1". Is this expected behaviour? If so, what steps can we take to preserve the old appInstance channels and messages and continue operations on them? Any guidance on this matter would be greatly appreciated. Thank you.
Have you reviewed our existing documentation?
Reproduction steps
- Create an appInstanceArn using  "aws-sdk": "^2.1377.0"
- Once created, Update the sdk to "@aws-sdk/client-chime": "^3.503.1"and use ListAppInstances API call to list the instances
- Despite having previously created an AppInstanceArn, the list appears empty.
Amazon Chime SDK for JavaScript version
"@aws-sdk/client-chime": "^3.503.1"