[release] v1.2.2 Fix Parameter Store no Default Value Case
Previously there was a bug where we would always return null for parameter store gets if no default value was provided. This fixes that by skipping the type validation check for the default value if it is null.