* feat: add ses v2
* feat: move wrap v1 logic into v2 api
* feat: v2 api on v2 url
* chore: types
* chore: linting
* feat: raw emails
* chore: linting
* feat: add list_contacts
* fix: urls need to be explicit for this to work with moto server
* chore: linting
* chore: remodel
* chore: rework
* chore: cleanup
* chore: fix test
* chore: sort out mypy
* feat: add contact lists
* fix: new url for server mode
* feat: create and delete
* chore: linting
* chore: linting
* chore: refactor
* chore: match errors with real responses
* chore: linting
* chore: run implementation coverage script
* refactor: easier, faster look ups with dicts
* refactor: contact is now a child of contactlist
* tests: contactlists return 200 if empty, contacts do not
* chore: update botocore and run implementation coverage script
* refactor: add matching *_contact methods to backend model so coverage script can detect them
- Added AWS Config Retention Configuration support
- Also added S3 KMS Key ARN support for the Delivery Channel
- Updated the supported functions page for Config
* Added mock for sagemaker describe-pipeline call
* Added NotImplementedError for PipelineDefinitionS3Location
* Added support for PipelineDefinitionS3Location
* Extended unit tests
* Moved arn_formatter into utils
* Import arn_formatter in test_sagemaker_pipeline
* Adding uniqueness check for PipelineName
* Removed unused import
* Swapped client for s3_backend
* Corrected kwarg names
* From direct s3_backend to mocked boto call due to strange error
* Changed to using s3_backends from mocked boto3 call
* Remove unused argument
* Black formatting
* Delete object and bucket to avoid duplicate bucket names error
* Try to fix bucket collisions
* Remove unused lines
* Switched to mock
* SkipTest in server mode
* Switched to handling inside to-be tested method
* added s3 mock
* mock s3
* Change mocking s3
* Removed unnecessary tests
* Switch to only s3_backend
* Adding skiptest to load from s3