You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
support = get_client_with_role(role_name, account_id, region="us-east-1", service="support")
179
180
s3 = boto3.client('s3')
180
181
181
182
default_start_date = (datetime.now().date() - timedelta(days=365)).strftime('%Y-%m-%d') # Case communications are available for 12 months after creation.
182
183
183
-
status = {"last_read": default_start_date, "account_id": account_id, "last_summary": None}
0 commit comments