Expand description
AWS Support awsJson1_1 dispatch + operation handlers.
Requests carry X-Amz-Target: AWSSupport_20130415.<Operation>; dispatch
keys off req.action. Every operation runs model-driven input validation
first (required / length / range / enum / pattern), then real,
account-partitioned, persisted CRUD. Dereferencing a case that does not
exist returns Support’s canonical CaseIdNotFound; an unknown attachment id
returns AttachmentIdNotFound, and an unknown attachment set id returns
AttachmentSetIdNotFound.
Honest gap: fakecloud runs no Trusted Advisor analysis engine and attaches
no live support agent. DescribeTrustedAdvisorCheckResult /
DescribeTrustedAdvisorCheckSummaries return well-formed all-clear result
shapes (zero flagged resources) rather than fabricating findings, and no
automated agent reply is generated. Cases, communications, attachment sets,
severity levels, the check catalogue, and the refresh state machine are all
real.
Structs§
Constants§
- SUPPORT_
ACTIONS - Every operation name in the AWS Support Smithy model (16 operations).