daf4d4b94b
draft pr for the test demo harness for permit.io * harness working for permit.io demo * user is const * aws profile * permit import code for research * cleanup * create user tool poc * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo * tests for user creation * add audit logs and dry-run * add tests sanity check the requested roles * update docs for delete * disable/enable users and test * more tests and make user name required only for create operations * clean up * add docs * aws tag tests * audit -> slog * attempt build fix devbox * edit * just devbox * remove lock change for merge * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-io-demo
9 lines
545 B
Go
9 lines
545 B
Go
// Package json provides a document Encoder and Decoder implementation that is used to implement Smithy document types
|
|
// for JSON based protocols. The Encoder and Decoder implement the document.Marshaler and document.Unmarshaler
|
|
// interfaces respectively.
|
|
//
|
|
// This package handles protocol specific implementation details about documents, and can not be used to construct
|
|
// a document type for a service client. To construct a document type see each service clients respective document
|
|
// package and NewLazyDocument function.
|
|
package json
|