Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rollback
GenericSSMParameterImage
deprecation (#16798)
This class was deprecated because it should not have been used directly: - It is used more as a base class for other images - It should be accessed through factory functions on `MachineImage`. - It has an uppercased acronym `SSM`, which should have been spelled as `Ssm`. The deprecated API stripper does the wrong thing when a base class is deprecated however, and leaves `WindowsImage` in a broken state. See aws/jsii#3025 Temporarily rolling this back until we can fix jsii. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* (cherry picked from commit 5dfc507)
- Loading branch information